*{
    /* border: solid; */
}

.answer-dialog{
  
    width: fit-content;
    height: fit-content;
    min-width: 330px;
    padding: 0 clamp(0em, 2vw, 3em);
    margin: auto;
    margin-top: 61.5vh;
    margin-top: 11.5vh;
        
    background-color: deepskyblue;
    border-radius: 25px;
    border-color: navy;
    color: white;
    overflow-x: hidden;
}

.answer-dialog::backdrop{
    background-color: black;
    opacity: 50%;
}

#answer-display{
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 100;
    letter-spacing: .05em;
    text-decoration: none;
    margin-bottom: 0;
}

.provoke-thought{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#question, .provoke-thought{
    width: fit-content;
    font-family: "Candy";
    font-size: clamp(1.5rem, 7vw, 3rem);
    
    text-align: center;
    margin: 0.25em;
    margin-top: 0;
}

.bible-reference-link{
    font-family: "Cheese";
    font-size: clamp(1.5rem, 7vw, 3rem);

    color: black;
    cursor: pointer;
    /* text-decoration: underline; */
}

#close-button{
    display: none;
    font-family: "Candy";
    font-size: clamp(1rem, 4vw, 2.5rem);
    
    position: relative;
    left: 50%;
    translate: -60%;
    
    border-radius: 10px;
    padding: 0.25em 0.5em;
    margin: 0.25em;    
    
    cursor: pointer;
    background-color: peachpuff;
    color: black;
}

/* #show-button:disabled{ */
#show-button{
    /* cursor: not-allowed; */
    display: none;
    position: absolute;
    width: 0px;
    font-size: 0;
    background-color: transparent;
    color: transparent;
}